home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2001: Conference Proceedings / SIGGRAPH 2001: Conference Proceedings.iso / mac / papers / westlund / suppmtl / readme.txt < prev    next >
Text File  |  2001-05-21  |  972b  |  29 lines

  1. Applying Appearance Standards to Light Reflection Models
  2. Harold B. Westlund and Gary W. Meyer
  3.  
  4. This directory contains the data files used to generate figures
  5. 4, 5, and 6 which show the correspondence between standard appearance
  6. measurements and BRDF parameter values.  The files are:
  7. ct.dat    ---- Cook-Torrance reflection model parameters (Figure 6)
  8. phong.dat ---- Phong reflection model parameters (Figure 4)
  9. ward.dat  ---- Ward reflection model parameters (Figure 5)
  10.  
  11. The fields in each file are listed below.
  12. G_20 = 20 degree specular gloss
  13. G_60 = 60 degree specular gloss
  14. G_85 = 85 degree specular gloss
  15. H_2  =  2 degree haze
  16. H_5  =  5 degree haze
  17.  
  18. ct.dat
  19. <roughness> <G_20> <G_60> <G_85> <H_2> <H_5>
  20.  
  21. phong.dat
  22. <log_2(specular exponent)> <specular exponent> <G_20> <G_60> <G_85> <H_2> <H_5>
  23.   note: The Phong model was computed using the specular coefficient modification
  24.         as described by Lewis [27].
  25.  
  26. ward.dat
  27. <roughness> <G_20> <G_60> <G_85> <H_2> <H_5>
  28.  
  29.